ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / TreeIndent Property

In This Topic
    TreeIndent Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the indent used to offset row groups of different levels.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(14)>
    Public Overridable Property TreeIndent As Integer
    [DefaultValue(14)]
    public virtual int TreeIndent {get; set;}
    See Also